home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archivers / S-OMNI / shell.rexx < prev   
OS/2 REXX Batch file  |  1996-09-26  |  191b  |  10 lines

  1. /* Shell*/
  2. 'REXXMAST'
  3. ADDRESS command
  4. conwindow="CON:0/0/640/100/New/Close"
  5. CALL OPEN out,"ram:temp",write
  6. CALL WRITELN out, 'rx age.rexx'
  7. CALL CLOSE out
  8.  
  9. 'newshell' conwindow "ram:temp"
  10. EXIT